home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / dkbsrc.zip / PORTS.DOC < prev    next >
Text File  |  1991-05-04  |  1KB  |  37 lines

  1. This archive contains some files which are system-specific.  They are:
  2.  
  3. Amiga:
  4.    amigacon.h   - config.h for Amiga
  5.    amiga.c      - system-specific code for Amiga
  6.    amiga.mak    - makefile for Amiga (Lattice C)
  7.    withfile     - linker for for BLINK
  8.  
  9. IBM:
  10.    ibmconf.h    - config.h for IBM
  11.    ibm.c        - system-specific code for IBM
  12.    ibm.mak      - makefile for IBM (Microsoft C)
  13.    ibmtc.mak    - makefile for IBM (Turbo-C)
  14.    ibm.lnk      - link file for Microsoft C
  15.    ibmtc.mak    - make file for Turbo-C
  16.  
  17. Vax:
  18.    vaxbuild.com - makefile for VAX
  19.    vax.c        - system-specific code for VAX
  20.    vaxconf.h    - config.h for VAX
  21.  
  22. Mac:
  23.    mac.c        - Mac-specific code
  24.    macconf.h    - config.h file for Mac
  25.  
  26. UNIX:
  27.    ( These files are fairly generic and can be used as the base for other
  28.      ports.)
  29.    unix.c       - system specific routines for UNIX
  30.    unixconf.h   - header file for UNIX
  31.    unix.mak     - makefile for UNIX
  32.  
  33. X Windows:
  34.    xwin.c       - X Windows code (for UNIX systems)
  35.                   (include this instead of unix.c)
  36.    theIcon      - the Icon for X Windows
  37.